* src/process.c (make_process): Move to here...
(create_process): ...from here.
eassert (NILP (p->gnutls_boot_parameters));
#endif
+ p->readmax = clip_to_bounds (1, read_process_output_max, INT_MAX);
+
/* If name is already in use, modify it until it is unused. */
Lisp_Object name1 = name;
outchannel = p->open_fd[WRITE_TO_SUBPROCESS];
}
- p->readmax = clip_to_bounds (1, read_process_output_max, INT_MAX);
-
/* Set up stdout for the child process. */
if (ptychannel >= 0 && p->pty_out)
{